FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package fhir.org.nz.ig.northernregion#current (625 ms)

Package fhir.org.nz.ig.northernregion
Type CapabilityStatement
Id Id
FHIR Version R4
Source http://fhir.org.nz/ig/northernregion/https://build.fhir.org/ig/HL7NZ/northernRegion/CapabilityStatement-NorthernRegionCapabilityStatement.html
Url http://fhir.org.nz/ig/northernregion/CapabilityStatement/NorthernRegionCapabilityStatement
Version 0.4.6
Status draft
Date 2020-04-01
Name NorthernRegionCapabilityStatement
Title Capability Statement describing healthAlliances FHIR APIs
Experimental False
Realm us
Authority hl7
Description Currently the subset of API's exposed by healthAlliance are read-only and confined to a small set of resource types.
Kind instance

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Demographics related resources

Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "NorthernRegionCapabilityStatement",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Demographics related resources</div>"
  },
  "url" : "http://fhir.org.nz/ig/northernregion/CapabilityStatement/NorthernRegionCapabilityStatement",
  "version" : "0.4.6",
  "name" : "NorthernRegionCapabilityStatement",
  "title" : "Capability Statement describing healthAlliances FHIR APIs",
  "status" : "draft",
  "date" : "2020-04-01",
  "publisher" : "healthAlliance",
  "contact" : [
    {
      "name" : "healthAlliance",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:david.hay25@gmail.com"
        }
      ]
    }
  ],
  "description" : "Currently the subset of API's exposed by healthAlliance are read-only and confined to a small set of resource types.",
  "kind" : "instance",
  "implementation" : {
    "description" : "The hA endpoint",
    "url" : "http://healthAlliance.co.nz/fhir"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Patient",
          "supportedProfile" : [
            "http://hl7.org.nz/healthalliance/HaPatient"
          ],
          "documentation" : "Each DHB exposes its core demographics infomation via the Patient resource.\n\n",
          "interaction" : [
            {
              "code" : "read",
              "documentation" : "Used to retrieve a Patient resource by Id. Note that this is ***not*** the same as the NHI identifier (use the identifier search for that)"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Use for NHI queries and other queries related to identifiers"
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.